Public Overrides Function ChangePassword(ByVal username As String, _
  ByVal oldPassword As String, ByVal newPassword As String) As Boolean
        Throw New NotSupportedException()
End Function
